home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0691.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.1 KB  |  23 lines

  1. Guido.van.Rossum@cwi.nl writes:
  2. > Regarding Bill Jansen's experience, I read in his message a question
  3. > that you haven't answered but which perhaps lies at the core of his
  4. > complaint: the way I read it, he believes that you write the text
  5. > *once* into a background pixmap and then scroll it around.  I can't
  6. > believe this is true.  If indeed it isn't true you should perhaps
  7. > explain why it takes so long to read the RFC in (is it just slow ftp
  8. > or are you doing lots of processing?) and whether it is true that
  9. > the X server should be chewing up CPU?  Could it be that Bill's
  10. > server is too eager to do backing store and generates an exposure
  11. > event for the entire subwindow?  (Perhaps Xmosaic can set a resource
  12. > that disables this behavior?)
  13.  
  14. It's not storing a huge window-sized pixmap -- that would take one
  15. hell of a lot of memory.  It's letting the X window mechanism generate
  16. appropriate expose events and repainting on the fly.  Parsing a
  17. document that long and finding out how to break it up into document
  18. pages just plain takes a while -- but, for what it's worth, it will
  19. take less time in 0.9, for reasons I'm not even going to go into here.
  20.  
  21. Marc
  22.  
  23.